-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement Get::html() for all platforms #163
Conversation
63f038e
to
d445228
Compare
@complexspaces sorry to bother, but what do you think of the changes? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I apologize for my tardiness reviewing this, I must have missed the email notification when it came in.
The Windows and Linux implementations look good, but I have a question about the HTML parsing implemented for macOS based on some local testing on macOS 15.3.
@Fruup Please see my comment in #157 (comment). I would prefer not to add more methods to the top-level |
Thank you again for the PR! I quickly fixed the remaining macOS compilation issue to save you some time. CI is slightly broken but it appears completely unrelated to your changes (and all the important jobs passed), so I went ahead and merged your work. |
I was unable to run tests, since there was a panic on lib.rs:283, but by running the example I was able to confirm it works on windows and linux.
Closes #130 and #157.